FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1KeyedList<TKey,TItem> Class / TryGetValue Method

In This Topic
    TryGetValue Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef item As TItem _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TItem item
    )

    Parameters

    key
    item
    See Also